home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00381.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  444 b   |  17 lines

  1. on LabMonitor movie
  2.   global end
  3.   puppetSprite(15, 1)
  4.   set the castNum of sprite 15 to the number of member movie
  5.   updateStage()
  6.   if the movieRate of sprite 15 = 0 then
  7.     set the movieRate of sprite 15 to 1
  8.   end if
  9.   if the controller of cast movie = 1 then
  10.     set the controller of cast movie to 0
  11.   end if
  12.   if the sound of cast movie = 0 then
  13.     set the sound of cast movie to 1
  14.   end if
  15.   set end to the duration of cast movie
  16. end
  17.